home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-01-22 | 543 b | 34 lines | [TEXT/R*ch] |
- VPSxll VPSyll translate
- /showpage {} def
- /setpacking {pop} def
-
- /md_6 where
- {
- pop
- /=print { pop } def
- /flushfile { pop { currentfile read pop 107 eq {exit} if } loop } def
- } if
-
- /md_7 where
- {
- pop
- /=print { pop } def
- /patchOK true def
- } if
-
- errordict begin
- /handleerror
- { (%%[ Error: ) print
- $error begin
- errorname ==only flush
- (; OffendingCommand: ) print
- /command load ==only
- ( ]%%) print
- (\n) print
- /newerror false def
- end
- flush
- .instopped {stop} if
- } bind def
- end
-